home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20031118-20041115 / 000307_arthur.marsh@internode.on.net_Sat Jun 12 14:52:44 2004.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Date: Sat, 12 Jun 2004 13:50:02 +0930
  2. From: Arthur Marsh <arthur.marsh@internode.on.net>
  3. Organization: what organisation
  4. User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.8a2) Gecko/20040604
  5. X-Accept-Language: en, en-us
  6. MIME-Version: 1.0
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: ftp, http macros for command line file retrieval?
  9. Content-Type: text/plain; charset=us-ascii; format=flowed
  10. Content-Transfer-Encoding: 7bit
  11. NNTP-Posting-Host: ppp758.adelaide.on.net.au
  12. Message-ID: <40ca8474@duster.adelaide.on.net>
  13. X-Trace: duster.adelaide.on.net 1087014004 150.101.76.245 (12 Jun 2004 13:50:04 +0950)
  14. Lines: 14
  15. Path: newsmaster.cc.columbia.edu!newsfeed1.nycmny01.us.to.verio.net!nntp2.tagonline.com!newsfeed2.dallas1.level3.net!news.level3.com!newsfeed.mathworks.com!arclight.uoregon.edu!hammer.uoregon.edu!logbridge.uoregon.edu!newsfeeds.ihug.co.nz!ihug.co.nz!news.xtra.co.nz!news.mel.connect.com.au!snewsf0.syd.ops.aspac.uu.net!duster.adelaide.on.net!not-for-mail
  16. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:15035
  17.  
  18. Hi, are there any macros or built-in functionality in C-Kermit to do a 
  19. simple command line retrieval of a file to the current directory?
  20.  
  21. EG
  22.  
  23. kermit macroname site.domain/path/to/file.gz
  24.  
  25. or
  26.  
  27. kermit --option-name ftp://site.domain/path/to/file.gz
  28.  
  29. or similar?
  30.  
  31. Arthur.